]> fbox.kageds.com Git - NEATEST.git/blob - NEA/My Project/AssemblyInfo.vb
Profile Pic saved to OLE Object working
[NEATEST.git] / NEA / My Project / AssemblyInfo.vb
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
4 Imports System.Globalization
5 Imports System.Resources
6 Imports System.Windows
7
8 ' General Information about an assembly is controlled through the following
9 ' set of attributes. Change these attribute values to modify the information
10 ' associated with an assembly.
11
12 ' Review the values of the assembly attributes
13
14 <Assembly: AssemblyTitle("NEA")>
15 <Assembly: AssemblyDescription("")>
16 <Assembly: AssemblyCompany("")>
17 <Assembly: AssemblyProduct("NEA")>
18 <Assembly: AssemblyCopyright("Copyright © 2020")>
19 <Assembly: AssemblyTrademark("")>
20 <Assembly: ComVisible(false)>
21
22 'In order to begin building localizable applications, set
23 '<UICulture>CultureYouAreCodingWith</UICulture> in your .vbproj file
24 'inside a <PropertyGroup>. For example, if you are using US english
25 'in your source files, set the <UICulture> to "en-US". Then uncomment the
26 'NeutralResourceLanguage attribute below. Update the "en-US" in the line
27 'below to match the UICulture setting in the project file.
28
29 '<Assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)>
30
31
32 'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
33 '1st parameter: where theme specific resource dictionaries are located
34 '(used if a resource is not found in the page,
35 ' or application resource dictionaries)
36
37 '2nd parameter: where the generic resource dictionary is located
38 '(used if a resource is not found in the page,
39 'app, and any theme specific resource dictionaries)
40 <Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>
41
42
43
44 'The following GUID is for the ID of the typelib if this project is exposed to COM
45 <Assembly: Guid("d54a560f-1d37-442a-85f5-36b4b43b3122")>
46
47 ' Version information for an assembly consists of the following four values:
48 '
49 ' Major Version
50 ' Minor Version
51 ' Build Number
52 ' Revision
53 '
54 ' You can specify all the values or you can default the Build and Revision Numbers
55 ' by using the '*' as shown below:
56 ' <Assembly: AssemblyVersion("1.0.*")>
57
58 <Assembly: AssemblyVersion("1.0.0.0")>
59 <Assembly: AssemblyFileVersion("1.0.0.0")>